Re: drop column - Mailing list pgsql-general

From Russ McBride
Subject Re: drop column
Date
Msg-id v04210105b7f4e78f8e11@[192.168.1.103]
Whole thread Raw
In response to Re: drop column  (Keary Suska <hierophant@pcisys.net>)
List pgsql-general
Amen.


>Unfortunately, Postgres' greatest shortcoming (IMHO) is the inability to
>change table definitions much after creation. To effect any column changes
>besides DEFAULT clauses and indexing (and a few other options), you have to
>drop and re-create the table.
>
>Keary Suska
>Esoteritech, Inc.
>"Leveraging Open Source for a better Internet"
>
> > From: Peter Pilsl <pilsl@goldfisch.at>
> > Date: Thu, 18 Oct 2001 10:44:34 +0200
> > To: postgres mailinglist <pgsql-general@postgresql.org>
> > Subject: [GENERAL] drop column
> >
> > is there a trick to drop a column in a table ? or do I need to
> > recreate the table and drop the old one ?
> >
> > thnx,
> > peter
> >
> > --
> > mag. peter pilsl
> >
> > phone: +43 676 3574035
> > fax  : +43 676 3546512
> > email: pilsl@goldfisch.at
> > sms  : pilsl@max.mail.at
> >
> > pgp-key available
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo@postgresql.org so that your
> > message can get through to the mailing list cleanly
> >
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html


pgsql-general by date:

Previous
From: David Ford
Date:
Subject: Re: To Postgres Devs : Wouldn't changing the select limit
Next
From: Andrew Gould
Date:
Subject: Re: Backup Postgre Windows to Linux